home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETW926.IN_ / netw926.inf
Encoding:
INI File  |  1999-10-20  |  2.2 KB  |  76 lines

  1. ; NETW926.INF
  2. ;
  3. ; Winbond W89C926 Based PCMCIA Network Interface Cards
  4. ;
  5. ; Copyright Winbond Electronic Corporation
  6.  
  7. [Version]
  8. Signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. LayoutFile = layout.inf
  12. Provider   = %Msft%
  13. DriverVer=10/20/1999,1.50.1381.1
  14.  
  15. [Manufacturer]
  16. %V_Winbond%= Winbond
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect = PCMCIA\PCMCIA-ETHERNET-389C, \
  20.                     PCMCIA\PCMCIA-ETHERNET2-092D
  21.  
  22. [Winbond]
  23. %w89c926.DeviceDesc% = w89c926.ndi, PCMCIA\PCMCIA-ETHERNET-389C   ; Winbond W89C926 PCMCIA
  24. %w89c926.DeviceDesc% = w89c926.ndi, PCMCIA\PCMCIA-ETHERNET2-092D  ; Winbond W89C926 PCMCIA
  25.  
  26. ;-------------------------------------------------------------------------------
  27. ; Winbond W89C926 Based PCMCIA Ethernet Adapter
  28. ;
  29. [W89C926.ndi]
  30. AddReg          = W89C926.reg
  31. Characteristics = 0x04
  32. BusType         = 8
  33. CopyFiles       = w926nd.CopyFiles
  34.  
  35. [w89c926.ndi.Services]
  36. AddService = w926nd, 2, w926nd.Service, common.EventLog
  37.  
  38. ;-------------------------------------------------------------------------------
  39. ; W89C926 Interfaces and Service
  40. ;
  41. [W89C926.reg]
  42. HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
  43. HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"
  44. HKR, Ndi,               Service,    0, "w926nd"
  45.  
  46. [w926nd.CopyFiles]
  47. w926nd.sys,,,2
  48.  
  49. [w926nd.Service]
  50. DisplayName     =   %w926nd.Service.DispName%
  51. ServiceType     =   1 ;%SERVICE_KERNEL_DRIVER%
  52. StartType       =   3 ;%SERVICE_DEMAND_START%
  53. ErrorControl    =   1 ;%SERVICE_ERROR_NORMAL%
  54. ServiceBinary   =   %12%\w926nd.sys
  55. LoadOrderGroup  =   NDIS
  56.  
  57. [common.EventLog]
  58. AddReg = common.AddEventLog.reg
  59.  
  60. [common.AddEventLog.reg]
  61. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  62. HKR, , TypesSupported,   0x00010001, 7
  63.  
  64. [DestinationDirs]
  65. w926nd.CopyFiles = 12
  66.  
  67. ;-------------------------------------------------------------------------------
  68. ; Localizable Strings
  69. ;
  70. [Strings]
  71. Msft                    = "Microsoft"
  72. V_Winbond               = "Winbond Electronics Corporation"
  73. w89c926.DeviceDesc      = "Winbond W89C926 Based PCMCIA Ethernet Adapter"
  74. w926nd.Service.DispName = "Winbond W89C926 Based PCMCIA Ethernet Adapter NT Driver"
  75.  
  76.